String Schema
BookabilityStateType Simple Type
Description
Type for specifying touristical bookability states
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
BookabilityStateType Restriction of xs:string
Type for specifying touristical bookability states
Facets
EnumerationOk
EnumerationCancelled
EnumerationRequest
EnumerationOption
EnumerationDeclined
Source
<xs:simpleType name="BookabilityStateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Type for specifying touristical bookability states</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Ok" />
    <xs:enumeration value="Cancelled" />
    <xs:enumeration value="Request" />
    <xs:enumeration value="Option" />
    <xs:enumeration value="Declined" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.